README.TXT for TBag32 (Build 003)

TBag32 is a Delphi component that simplifies saving/restoring user
options to and from the registry.

FACILITIES
==========
Get/Set methods for saving/restoring to/from registry. These include
(amongst others):

FormPlace (position/size/state)
Font
FontAndColor (for TWinControl descendents)
Binary
String
Strings (displays all types of Registry data including binary)

GetDataSize (returns the length of any Registry entry)
GetAll (iterates through Registry and four events make it easy to use)

The REGVIEW.EXE provided (together with its source) is a Registry viewer.
It will display binary data in address, hex and character format,
16 bytes per Memo line.

INSTALL
=======
Install by copying the following files to your component library,
followed by installing RegTBag.Pas:

  RegTBag.DCR
  RegTBag.PAS
  TBag.DCU
  TBagHelp.DCU
  TBagHelp.DFM

Other files:

  ABOUT3K.DFM/PAS  - about form for REGVIEW.DPR/TRAFFIC.DPR
  README.TXT  -  this file
  REGVIEW.EXE  -  working demo registry viewer
  REGVIEW.DPR  -  demo project that displays the Registry
  REGVIEWM.DFM/PAS  - main form for REGVIEW.DPR
  TRAFFIC.EXE  -  working demo - synchronised traffic lights
  TRAFFIC.DPR  -  demo project that displays traffic lights
  TRAFFICM.DFM/PAS  - main form for TRAFFIC.DPR

I hope you enjoy - please let me have any bugs and/or missing
features.

BUILD HISTORY
=============
This is contained within the TBag32 internal help system (accessible
via a right-click on the TBag32 icon on the form.


Mike Orriss 06-Mar-97  


